IModel.Delete method ¶
Namespace: NextDesign.Core
Description¶
Delete this instance. If you call this method on an instance that has already been deleted, nothing happens.
Deleting this instance causes the following changes to the model: - The ownership relationship between this instance and the owner (parent element) is deleted. - All reference relations with this instance as the relation end are deleted. - Elements under all child elements owned by this instance and the reference relations with those elements as the relation ends are deleted.
Return value¶
- void